home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / default / acpid < prev    next >
Text File  |  2008-09-25  |  514b  |  13 lines

  1. # Specify options for acpid startup, Debian default is to enable the
  2. # use of sockets at a non-default position
  3. OPTIONS="-s /var/run/acpid.socket"
  4.  
  5. # Specify modules to load on acpid's startup
  6. # MODULES may be uncommented to load "none", contain the string "all"
  7. # to load all acpi related modules or simply a space seperated list
  8. # of modules to be probed.
  9. #MODULES="battery ac processor button fan thermal"
  10. # using all allows us to drop extra modules in drivers/acpi and have them
  11. # be autoloaded.
  12. MODULES="all"
  13.